home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act2 / 00292.ls < prev    next >
Encoding:
Text File  |  1995-03-28  |  184 b   |  10 lines

  1. on exitFrame
  2.   global mysound
  3.   puppetSound(0)
  4.   if the number of cast mysound = -1 then
  5.     alert("sound:" & mysound & " doesn't exist.")
  6.   else
  7.     puppetSound(mysound)
  8.   end if
  9. end
  10.